Welcome![Sign In][Sign Up]
Location:
Search - recursive least square

Search list

[Other resourceRLS-MATLAB

Description: Rls递推二乘最小算法的MAtlab 仿真。-Rls recursive least square algorithm MAtlab simulation.
Platform: | Size: 1017 | Author: 王州强 | Hits:

[matlabmse

Description: 采用Matlab编写的最小二乘法,实现对两类的正确分类-Prepared by the use of Matlab least squares method, to realize two types of correct classification
Platform: | Size: 2048 | Author: junrren | Hits:

[matlabls_mmse

Description: MATLAB 代码的最小均方MMSE和最小二乘法LS算法的程序-MATLAB code MMSE minimum mean-square algorithm and the least squares procedure LS
Platform: | Size: 5120 | Author: 毛山明 | Hits:

[Data structsZXEC

Description: 各种最小二乘算法总结(算例及Matlab程序) 1、一般最小二乘算法的一次计算法和递推算法 2、遗忘因子最小二乘的一次算法和递推算法 3、限定记忆最小二乘递推算法 4、偏差补偿最小二乘算法 5、增广最小二乘 6、广义最小二乘 7、辅助变量法 8、二步法 9、多级最小二乘 10、Yule-Walker辨识算法 (参考文献:过程辨识,方崇智,清华大学出版社,1988)-Summary of various least-squares algorithm (Matlab examples and procedures) a general least-squares algorithm is a calculation method and the recursive algorithm 2, a forgetting factor least squares algorithm and the recursive algorithm 3, limited memory least-squares recursive algorithm 4, a deviation of penalized least squares algorithms 5, 6 Extended Least Squares, Generalized Least Squares 7, supplementary variable method 8, 9, 2-step, multi-stage least-squares 10, Yule-Walker Identification Algorithm (see literature: the process of identification, Fang Chongzhi, Tsinghua University Press, 1988)
Platform: | Size: 1110016 | Author: | Hits:

[matlabjunheng

Description: 项目采用matlab对强迫零均衡器、最小均方误差均衡器、自适应线性均衡器进行了编程实现,并给出了计算机的仿真结果以及对仿真结果的分析,最后,给出递归最小二乘准则下的均衡器仿真予以比较。-Forced to zero on the project using matlab equalizer, minimum mean square error equalizer, adaptive linear equalizer is programmed to achieve, and gives the computer simulation results and analysis of simulation results, Finally, the recursive least squares Simulation criterion to be relatively balanced.
Platform: | Size: 8192 | Author: gaoliangy | Hits:

[matlaberbu

Description: 此程序是基于二步最小二乘法,运用递推算法。-This procedure is based on two-step least square method, the use of recursive algorithms.
Platform: | Size: 1024 | Author: 侯宁 | Hits:

[matlabguangyi

Description: 此程序是基于广义最小二乘法,运用递推算法。-This procedure is based on generalized least square method, the use of recursive algorithms.
Platform: | Size: 1024 | Author: 侯宁 | Hits:

[matlabRLS

Description: 递推最小二乘算法,用matlab实现递推最小二乘参数辨识-recursive least square
Platform: | Size: 1024 | Author: yiyi | Hits:

[matlabRLS

Description: recursive least square
Platform: | Size: 2048 | Author: fateh setif | Hits:

[matlabRLS1

Description: Recursive least square in matlab
Platform: | Size: 1024 | Author: fateh setif | Hits:

[matlabRLSV

Description: recursive least square and more
Platform: | Size: 1024 | Author: fateh setif | Hits:

[matlabParameter-identification

Description: 使用matalb软件,利用递推阻尼最小二乘法进行参数辨识,并改变噪声的强度,即 a*ξ(t)(0<a<1),分析、比较一般递推最小二乘和递推阻尼最小二乘方法的优缺点 ;-Use matalb software, the use of recursive damped least square method for parameter identification, and change the intensity of noise, that is a* ξ (t) (0 <a<1),分析、比较一般递推最小二乘和递推阻尼最小二乘方法的优缺点 ;
Platform: | Size: 197632 | Author: yvwei | Hits:

[Software Engineeringijacspv24n6

Description: This contribution considers semi-blind adaptive equalization for communication systems that employ high-throughput quadrature amplitude modulation signalling. A minimum number of training symbols, approximately equal to the dimension of the equalizer, are first utilized to provide a rough initial least-squares estimate of the equalizer’s weight vector. A novel gradient-Newton concurrent constant modulus algorithm and soft decision-directed scheme are then applied to adapt the equalizer. The proposed semi-blind adaptive algorithm is capable of converging fast and accurately to the optimal minimum mean-square error equalization solution. Simulation results obtained demonstrate that the convergence speed of this semi-blind adaptive algorithm is close to that of the training-based recursive least-square algorithm
Platform: | Size: 185344 | Author: yh | Hits:

[matlabuntitled1

Description: recursive least square algorithm
Platform: | Size: 7168 | Author: parisa | Hits:

[matlab2

Description: matlab实现:①递推增广最小二乘参数估计(RELS)②确定性系统的递推梯度校正参数估计(RGC)③递推最小二乘参数估计(RLS)④递推极大似然参数估计(RML)⑤递推随机牛顿参数估计(RSNA)-Matlab: (1) augmented recursive least square parameters estimation (RELS) (2) of a deterministic system recursive gradient correction parameter estimation (RGC) (3) recursive least squares (RLS) (4) parameter estimation, the recursive maximum likelihood parameter estimation (RML) (5) recursive random Newton parameter estimation (RSNA)
Platform: | Size: 4096 | Author: 张启 | Hits:

[matlabRecursive-least-means-square-algorithm

Description: Recursive least square algorithm
Platform: | Size: 10240 | Author: kani | Hits:

[matlabFINAL1

Description: linear and recursive least mean square
Platform: | Size: 1024 | Author: ganesh | Hits:

[matlabrecursive-least-square-algorithm

Description: 最小二乘法是一种数学优化技术。辨识算法分别用一次最小二乘算法和递推最小二乘算法对被控对象进行辨识。-Method of least squares is a mathematical optimization techniques. Identification algorithm using a least squares algorithm, respectively, and the recursive least squares algorithm to identify the controlled object.
Platform: | Size: 6144 | Author: gjf | Hits:

[AI-NN-PRRecursive-least-squares

Description: 递归最小二乘算法,来至MIT大学的wingate教授,含3个源码-rls.m- Basic recursive least squares. qr_rls.m- Square-root version of RLS using a QR decomposition. bqr_rls.m- Block square-root version of RLS using a QR decomposition (you can add multiple rows at a time).
Platform: | Size: 2048 | Author: jiang | Hits:

[Otherleast square

Description: Noisy signal filtration using a least square, recursive least adaptive filter algorithm
Platform: | Size: 749568 | Author: MHQ | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net